home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Graphics
/
Viewers
/
Magnify
/
Magnify_main.m
next >
Wrap
Text File
|
1992-12-25
|
176b
|
10 lines
#import "Magnify.h"
void main(int argc, char *argv[])
{
NXApp = [Magnify new];
[NXApp loadNibSection:"Magnify.nib" owner:NXApp];
[[NXApp run] free];
exit(EXIT_SUCCESS);
}